home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1900.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  170 b   |  11 lines

  1. on exitFrame
  2.   global snes1flag
  3.   if snes1flag = 0 then
  4.     go(#next)
  5.     set snes1flag to 1
  6.   else
  7.     go(#loop)
  8.     set the timeoutScript to "snes1script"
  9.   end if
  10. end
  11.